home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / win210.zip / INSTHELP.GML < prev    next >
Text File  |  1993-06-08  |  2KB  |  45 lines

  1. /******************************************************************************
  2. /*
  3. /* NAME: INSTHELP.GML
  4. /*
  5. /* FUNCTION: Startup Panel Definitions for XGA Installation Program.
  6. /*
  7. /* CHANGE HISTORY:
  8. /*
  9. /*   17Feb92 KJE - Created
  10. /*
  11. /******************************************************************************
  12.  
  13. /******************************************************************************
  14. /*
  15. /* Panel Definitions
  16. /*
  17. /******************************************************************************
  18. <PANEL,ID=INSTHELP, TRACE=OFF>
  19. <TEXT, ROW=2, COL=CENTER>XGA
  20. <TEXT, ROW=3, COL=CENTER>DMQS (Display Mode Query/Set)
  21. <TEXT, ROW=4, COL=CENTER>Installation Program
  22.  
  23. <TEXT, ROW=6, COL=3>Syntax: DIFINST [options]
  24.  
  25. <TEXT, ROW=8, COL=3>where [options] can be one or more of the following:
  26.  
  27. <TEXT, ROW=10, COL=6>/S Run install program in silent mode without menus. The XGA DIF files
  28. <TEXT, ROW=11, COL=9>will be installed in the default directory C:\XGA$DMQS when this
  29. <TEXT, ROW=12, COL=9>option is used with no other options.
  30.  
  31. <TEXT, ROW=14, COL=6>/D=[drive_letter]
  32. <TEXT, ROW=15, COL=9>Specify destination drive to install on [drive_letter], where
  33. <TEXT, ROW=16, COL=9>[drive_letter] is any valid drive on your system.
  34.  
  35. <TEXT, ROW=18, COL=6>/? This help panel.
  36.  
  37. <TEXT, ROW=20, COL=3>NOTE: If no [options] are provided, then the install tool will be started
  38. <TEXT, ROW=21, COL=3>as a menu mode application allowing you to use menus to specify how you
  39. <TEXT, ROW=22, COL=3>want the XGA Display Information Files to be installed.
  40.  
  41. <FKEYS>
  42.    <ENTER>Enter=Exit
  43. <\FKEYS>
  44. <\PANEL>
  45.